home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Bureautique / TreeDBNotes Free / setup_treedbnotes_4_34_1.exe / $APPDATA / TreeDBNotes 4 / Syntax / DelphiPrint.xml < prev    next >
Extensible Markup Language  |  2009-04-15  |  6KB  |  212 lines

  1. <?xml version='1.0' encoding='ISO-8859-1' ?>
  2. <XML>
  3.   
  4.   
  5.   
  6.   
  7.   
  8.   <Engine>
  9.     
  10.     
  11.     
  12.     
  13.     
  14.     <Author>SoftArtStudio</Author>
  15.     <URL>http://www.mytreedb.com</URL>
  16.     <Version>1.0</Version>
  17.   </Engine>
  18.   <General>
  19.     
  20.     
  21.     
  22.     
  23.     
  24.     <Name>Delphi Print BW</Name>
  25.     <Version>1.00</Version>
  26.     <Files>pas inc dpr dpk</Files>
  27.     <Delimeters><![CDATA[ :;[]{}-+=()!@#$%^'",.<>?/|\]]></Delimeters>
  28.     <Case>No</Case>
  29.   </General>
  30.   <Styles>
  31.     
  32.     
  33.     
  34.     
  35.     
  36.     <font>
  37.       <Title>Default</Title>
  38.       <Name>Courier New</Name>
  39.       <ColorFont>clBlack</ColorFont>
  40.       <ColorBack>clNone</ColorBack>
  41.       <Size>10</Size>
  42.       <Bold>No</Bold>
  43.       <Italic>No</Italic>
  44.       <Underline>No</Underline>
  45.       <Strikeout>No</Strikeout>
  46.     </font>
  47.     <font>
  48.       <Title>Comments</Title>
  49.       <Name>Courier New</Name>
  50.       <ColorFont>clBlack</ColorFont>
  51.       <ColorBack>clNone</ColorBack>
  52.       <Size>10</Size>
  53.       <Bold>Yes</Bold>
  54.       <Italic>No</Italic>
  55.       <Underline>No</Underline>
  56.       <Strikeout>No</Strikeout>
  57.     </font>
  58.     <font>
  59.       <Title>Identifer</Title>
  60.       <Name>Courier New</Name>
  61.       <ColorFont>clBlack</ColorFont>
  62.       <ColorBack>clNone</ColorBack>
  63.       <Size>10</Size>
  64.       <Bold>No</Bold>
  65.       <Italic>No</Italic>
  66.       <Underline>No</Underline>
  67.       <Strikeout>No</Strikeout>
  68.     </font>
  69.     <font>
  70.       <Title>String</Title>
  71.       <Name>Courier New</Name>
  72.       <ColorFont>clBlack</ColorFont>
  73.       <ColorBack>clNone</ColorBack>
  74.       <Size>10</Size>
  75.       <Bold>Yes</Bold>
  76.       <Italic>No</Italic>
  77.       <Underline>No</Underline>
  78.       <Strikeout>No</Strikeout>
  79.     </font>
  80.     <font>
  81.       <Title>Reserved Word</Title>
  82.       <Name>Courier New</Name>
  83.       <ColorFont>clBlack</ColorFont>
  84.       <ColorBack>clNone</ColorBack>
  85.       <Size>10</Size>
  86.       <Bold>Yes</Bold>
  87.       <Italic>No</Italic>
  88.       <Underline>No</Underline>
  89.       <Strikeout>No</Strikeout>
  90.     </font>
  91.     <font>
  92.       <Title>Numbers</Title>
  93.       <Name>Courier New</Name>
  94.       <ColorFont>clBlack</ColorFont>
  95.       <ColorBack>clNone</ColorBack>
  96.       <Size>10</Size>
  97.       <Bold>Yes</Bold>
  98.       <Italic>No</Italic>
  99.       <Underline>No</Underline>
  100.       <Strikeout>No</Strikeout>
  101.     </font>
  102.     <font>
  103.       <Title>Types</Title>
  104.       <Name>Courier New</Name>
  105.       <ColorFont>clBlack</ColorFont>
  106.       <ColorBack>clNone</ColorBack>
  107.       <Size>10</Size>
  108.       <Bold>No</Bold>
  109.       <Italic>No</Italic>
  110.       <Underline>No</Underline>
  111.       <Strikeout>No</Strikeout>
  112.     </font>
  113.   </Styles>
  114.   <Rules>
  115.     
  116.     
  117.     
  118.     
  119.     
  120.     <Rule>
  121.       <Name>String</Name>
  122.       <Starter>'</Starter>
  123.       <Ender>'</Ender>
  124.       <Style>3</Style>
  125.       <CloseOnDelimeter>No</CloseOnDelimeter>
  126.       <CloseOnEndLine>No</CloseOnEndLine>
  127.     </Rule>
  128.     <Rule>
  129.       <Name>Identifer</Name>
  130.       <Starter>{$</Starter>
  131.       <Ender>}</Ender>
  132.       <Style>2</Style>
  133.       <CloseOnDelimeter>No</CloseOnDelimeter>
  134.       <CloseOnEndLine>No</CloseOnEndLine>
  135.     </Rule>
  136.     <Rule>
  137.       <Name>GUID</Name>
  138.       <Starter>['{</Starter>
  139.       <Ender>}']</Ender>
  140.       <Style>2</Style>
  141.       <CloseOnDelimeter>No</CloseOnDelimeter>
  142.       <CloseOnEndLine>No</CloseOnEndLine>
  143.     </Rule>
  144.     <Rule>
  145.       <Name>Comments-1</Name>
  146.       <Starter>//</Starter>
  147.       <Ender/>
  148.       <Style>1</Style>
  149.       <CloseOnDelimeter>No</CloseOnDelimeter>
  150.       <CloseOnEndLine>Yes</CloseOnEndLine>
  151.     </Rule>
  152.     <Rule>
  153.       <Name>Comments-2</Name>
  154.       <Starter>{</Starter>
  155.       <Ender>}</Ender>
  156.       <Style>1</Style>
  157.       <CloseOnDelimeter>No</CloseOnDelimeter>
  158.       <CloseOnEndLine>No</CloseOnEndLine>
  159.     </Rule>
  160.     <Rule>
  161.       <Name>Comments-3</Name>
  162.       <Starter>(*</Starter>
  163.       <Ender>*)</Ender>
  164.       <Style>1</Style>
  165.       <CloseOnDelimeter>No</CloseOnDelimeter>
  166.       <CloseOnEndLine>No</CloseOnEndLine>
  167.     </Rule>
  168.   </Rules>
  169.   <Example>
  170.     </Example>
  171.   <Author>
  172.     
  173.     
  174.     
  175.     
  176.     
  177.     <Copyright>http://www.mytreedb.com</Copyright>
  178.     <Email>admin@admin.com</Email>
  179.     <Name>http://www.mytreedb.com</Name>
  180.     <URL>http://www.mytreedb.com</URL>
  181.     <Notes>Delphi syntaxer</Notes>
  182.   </Author>
  183.   <Keywords>
  184.     
  185.     
  186.     
  187.     
  188.     
  189.     <lib>
  190.       <Title>Delphi Terms</Title>
  191.       <Style>4</Style>
  192.       <List>procedure|begin|end|unit|interface|uses|then|type|of|object|const|private|while|in|not|function|protected|public|class|override|constructor|property|published|read|write|stored|default|implementation|var|for|to|do|Case|else|If|Do|And|As|In|Far|Cdecl|Is|on|Label|Mod|File|Or|Nil|To|Div|Near|For|Shl|Packed|package|Shr|Then|Not|Pascal|Raise|Index|Out|Goto|While|Xor|Safecall|With|Dispid|Try|Inline|Repeat|Dynamic|Message|Stdcall|Except|Until|Finally|Stored|Interface|deprecated|Abstract|Forward|Library|Program|Downto|overload|Inherited|Assembler|Absolute|contains|Published|Threadvar|Export|Nodefault|External|Automated|Register|platform|Virtual|Protected|requires|Exports|Implements|Dispinterface|Reintroduce|Finalization|Writeonly|Destructor|Constructor|Initialization|Implementation|Resourcestring|Stringresource|asm|||</List>
  193.     </lib>
  194.     <lib>
  195.       <Title>Types</Title>
  196.       <Style>6</Style>
  197.       <List>Boolean|PChar|Integer|array|LongInt|TComponent|Pointer|string|ByteBool|Char|Set|Record|integer|WordBool|LongBool|Integer|Cardinal|Shortint|Smallint|Int64|Byte|Word|Longword|AnsiChar|WideChar|Real48|Single|Double|Extended|Comp|Currency|ShortString|AnsiString|WideString|PWideChar|Variant|OleVariant|true|false|PAnsiString|PString|AnsiString|PByteArray|PCurrency|PDouble|PExtended|PSingle|Currency|PInteger|POleVariant|PShortString|PTextBuf|PVarRec|PVariant|PWideString|PWordArray||||</List>
  198.     </lib>
  199.     <lib>
  200.       <Title>Registry const</Title>
  201.       <Style>2</Style>
  202.       <List>HKEY_LOCAL_MACHINE|HKEY_CURRENT_USER||||</List>
  203.     </lib>
  204.   </Keywords>
  205.   <Numbers>
  206.     
  207.     
  208.     
  209.     
  210.     <Style>5</Style>
  211.   </Numbers>
  212. </XML>